To enable the QuickChip w/ PreRead/ feature, create your lane with the following optional values.
quickChipEnabled
— Enables the Quick Chip feature across the application. Requests can optionally participate. Default is true.quickChipDataLifetime
— Specifies the amount of time, in seconds, until pre-read data for the quick chip feature expires. The default value is 240.Here is an example of enabling the feature:
POST /cloudapi/v1/lanes
{ "laneId": "0000", "description": "Test Device", "activationCode": "X000000", "terminalId": "0000", "quickChipEnabled": true, "quickChipDataLifetime": 240 }